dsh-line-select:在 DSH Web 中按行选择代码并注入给 agent

dsh-line-select 是 DeepSeek Harness Web 的一款行选区插件,旨在解决 Agent 修改代码时需读取整文件或手工补行号的痛点。该插件在输入框上方提供可视化面板,支持浏览工作区文件、带行号预览代码,并通过点击行号直观选择起始与结束行。选中后,插件将生成如 `@path:start-end` 的引用写入草稿;发送前,Host 端自动展开该引用,将指定行范围的原文注入上下文,使 Agent 无需自行读文件即可精准修改特定代码段。此外,它也支持整文件引用和手动输入引用。安装只需使用 `dsh plugin` 命令添加本地路径并重启 Web 服务,且无第三方运行时依赖。

Read More
dsh-deepseek-pet:在 DSH Web 中嵌入 DeepSeek 蓝色小鲸鱼桌宠

dsh-deepseek-pet 是 DSH Web 的一个轻量级插件,旨在解决页面缺乏直观交互反馈对象的问题。该插件在页面右下角嵌入一只可互动的 DeepSeek 蓝色小鲸鱼桌宠,支持拖拽、呼吸摇摆动画及位置记忆。其核心功能包括桌面互动与模型联动:用户可通过单击、双击、长按、悬停或右键菜单与桌宠进行多样化互动;Agent 可调用 `pet_say` 工具触发桌宠说话,并在对话开始(思考)和结束(庆祝)时同步状态。安装前需确保已安装 DSH 和 pnpm,通过克隆仓库、执行 `build.ps1` 构建生成 `client.js`,最后使用 `dsh plugin` 命令安装并重启 DSH W

Read More
dsh-multiple-chat-panels: Operating Multiple Agent Sessions Side-by-Side in DeepSeek Harness

dsh-multiple-chat-panels is a DeepSeek Harness (DSH) web-side plugin maintained by WilliamShi666. It is designed to address the high cost of switching between multiple agent sessions and the issue of context loss. The plugin supports dragging multiple sessions from the left sidebar into the central area, expanding them into independent panels within a Mission Control grid, enabling side-by-side viewing and real-time interaction. Its core features include support for dark and light modes, compatibility with DeepSeek Harness v0.1.1-rc.2, and adaptability for both client-side and official layout adapters. By optimizing the drag-and-drop logic, it preserves the original conversation view, significantly improving response speed without the need to rebuild long conversation content. Installation requires executing the appropriate command based on the npm package name or repository name.

Read More